home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 58
/
MINAMI58.ISO
/
Varios
/
Juegos Flash
/
Gold Yard.exe
/
scripts
/
DefineButton2_307
/
BUTTONCONDACTION on(keyPress a).as
next >
Wrap
Text File
|
2003-04-29
|
115b
|
9 lines
on(keyPress "a"){
slot -= 1;
if(Number(slot) < 1)
{
slot = 4;
}
call("activeslot");
}